l100/Hoofdstuk 14/Opdracht 14.1.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php include ('db Grimme.php') ?> <table> <th>Auteurnr</th>; <th>Voornaam</th>; <th>Voorletters</th>; <th>Tussenvoegsel</th>; <th>Achternaam</th>; <th>Geb_jaar</th>; <th>Sterf_jaar</th>; </table> </body> </html>

Resultaat

Made by Thijs Aarnoudse